Magic Text Scroll Java Applet   Commerical Version 1.0


Information :

Magic Text Scroll is a text scroller Java applet.

URL: http://japplets.tripod.com/magicscroll.html

Author: Gokhan Dagli

Mail : quickshare@excite.com

Class File : magic_textscroll.class

This effect contains the code by Gokhan Dagli, used under a licence. Before using this applet you must read the license agreement.

You can use the applet freely to enhance your web pages (commerical or non-commerical). However, I placed a status bar warning that will appear when the applet is online on a site and regcode parameter isn't correct.

Buy Regcode: 19USD   You can buy it when finished testing. Buy it once, use same regcode for new versions! You have to pay small amount of money and receive your registration code (regcode). You can buy the registration code using a credit card through Regnow secure servers.

Sample 1 :






<applet code=magic_textscroll.class width=380 height=40>
<param name=regcode value="">
<param name=info value="Applet by Gokhan Dagli,japplets.tripod.com">

<param name=bgcolor value="ffffff">

<param name=text_count value="2">

<param name=text1 value="NOW! NOW! http://japplets.tripod.com NOW! NOW!">
<param name=text2 value="You can download and use Magic Text Scroll ! Fast, flexible and cool ! You can scroll two or more messages left to right or right to left !">

<param name=textcolor1 value="bfbfbf">
<param name=textcolor2 value="0000cf">

<param name=font_type1 value="Arial">
<param name=font_type2 value="Arial">

<param name=font_style1 value="0">
<param name=font_style2 value="1">

<param name=font_size1 value="24">
<param name=font_size2 value="12">

<param name=delay_time value="16">

<param name=wait_period1 value="1">
<param name=wait_period2 value="1">

<param name=animation_step1 value="1">
<param name=animation_step2 value="2">

<param name=direction1 value="false">
<param name=direction2 value="true">

<param name=link value="http://japplets.tripod.com">
<param name=target_frame value="_self">
</applet>

Sample 2 :


<applet code=magic_textscroll.class width=380 height=40>
<param name=regcode value="">
<param name=info value="Applet by Gokhan Dagli,japplets.tripod.com">

<param name=bgcolor value="ffffff">

<param name=text_count value="3">

<param name=text1 value="NOW! NOW! http://japplets.tripod.com NOW! NOW!">
<param name=text2 value="You can download and use Magic Text Scroll ! Fast, flexible and cool ! You can scroll two or more messages left to right or right to left !">
<param name=text3 value="COOL !">

<param name=textcolor1 value="dfdfdf">
<param name=textcolor2 value="109a10">
<param name=textcolor3 value="ac0000">

<param name=font_type1 value="Arial">
<param name=font_type2 value="Arial">
<param name=font_type3 value="Arial">

<param name=font_style1 value="0">
<param name=font_style2 value="0">
<param name=font_style3 value="3">

<param name=font_size1 value="24">
<param name=font_size2 value="12">
<param name=font_size3 value="32">

<param name=delay_time value="22">

<param name=wait_period1 value="1">
<param name=wait_period2 value="1">
<param name=wait_period3 value="1">

<param name=animation_step1 value="1">
<param name=animation_step2 value="2">
<param name=animation_step3 value="3">

<param name=direction1 value="false">
<param name=direction2 value="true">
<param name=direction3 value="true">

<param name=link value="http://japplets.tripod.com">
<param name=target_frame value="_self">
</applet>




Code explanations :

The following instructions describe the meaning of the available parameters for this applet:


<applet code="magic_textscroll.class" width=380 height=40>

The applet tag identifies the location, class file name, and size of a Java applet. The first part of the tag code=magic_textscroll.class identifies the name of the Java applet. The second and third part of the applet tag identifies the width and height of the applet (usually measured in screen pixels).

<param name=regcode value="">

Registration code (if you have it). In the "regcode" parameter, place the registration code you purchased from us. You have to pay small amount of money and receive your registration code (regcode).

<param name="info" value="Applet by Gokhan Dagli,japplets.tripod.com">

Information about the Magic Text Scroll.

<param name=bgcolor value="ffffff">

Background color of the applet.

<param name=text_count value="2">

Count of the texts.

<param name=text1 value="NOW! NOW! http://japplets.tripod.com NOW! NOW!">

First text.

<param name=text2 value="You can download and use Magic Text Scroll ! Fast, flexible and cool ! You can scroll two or more messages left to right or right to left !">

Second text.

<param name=textcolor1 value="bfbfbf">

Text color (first one).

<param name=textcolor2 value="0000cf">

Text color (second one).

<param name=font_type1 value="Arial">

Font type of the first text.

<param name=font_type2 value="Arial">

Font type of the second text.

<param name=font_style1 value="0">

Font style (0->Plain,1->Bold,2->Italic,3->Bold+Italic).

<param name=font_style2 value="1">

Font style (0->Plain,1->Bold,2->Italic,3->Bold+Italic).

<param name=font_size1 value="24">

Font size.

<param name=font_size2 value="12">

Font size.

<param name=delay_time value="16">

Scroll delay.

<param name=wait_period1 value="1">

Wait period.

<param name=wait_period2 value="1">

Wait period.

<param name=animation_step1 value="1">

animation_step is the distance in screen pixels to jump between frames. (for first text)

<param name=animation_step2 value="2">

animation_step is the distance in screen pixels to jump between frames. (for second text)

<param name=direction1 value="false">

true or false.(true for right to left, false for left to right)

<param name=direction2 value="true">

true or false.(true for right to left, false for left to right)

<param name=link value="http://japplets.tripod.com">

Link URL.

<param name=target_frame value="_self">

Target frame.

</applet>

The last part works like all other HTML tags and defines the end of the applet tag </applet>.

Getting Started

  • Place the class file (magic_textscroll.class) in the directory containing the HTML document into which you want to insert the applet (or into a different directory, and add the correct CODEBASE= attribute).
  • Add the applet tag to your HTML document in the position you want "magic text scroll" to appear.
  • The info parameter must be included for the applet to run. It is case sensitive, and the number of spaces between words must be identical (entirely single-spaced). If you try to run the applet and you see the message "info parameter error", it denotes a problem with this parameter.

Linking to My Web Site

If you use unregistered version of this applet in your own website and you want to include a link to my homepage, you can use the images "sbn.gif" or "bbn.gif" and type this HTML code in your pages:


java applets

<a href="http://japplets.tripod.com/"><img src="sbn.gif" alt="java applets"></a>

java applets

<a href="http://japplets.tripod.com/"><img src="bbn.gif" alt="java applets"></a>

This is absolutely optional. I will be very happy if you do so.
Thanks.

Troubleshooting & Support

  • Please send me any questions, requests or remarks you might have to: quickshare@excite.com
  • Usually the easiest way to customize the applet is cut and paste the applet tag information used in the sample and modify it to fit your web page.
  • If you see a "class not found" message, this means what it says -- your browser can't find the .class files specified. This may mean a spelling or case mistake in the CODE= attribute, the wrong location in the CODEBASE= attribute, or that you've forgotten to copy the .class file (magic_textscroll.class) to the necessary directory.
  • Make sure that your <APPLET> tag, closing </APPLET> tag, and all <PARAM> tags have < and > brackets. Check that the value for every parameter is enclosed between " signs.
  • If you see a NullPointerException displayed in the browser status-bar, it's most likely to be caused by a mistake in an image-based parameter. Check that paths and names of images are correct.
  • If the applet runs, but you can't make it do what you want it to do, please take another look at the documentation.




Magic Text Scroll Java Applet- Copyright (C) by Gokhan Dagli 2000


Java Applets

Absolute Menu

Magic Text Scroll

Newsticker

Colorfader

Billboard

Magic Image

Colorbook

DissolveImage

Screw

FineDots

Java Applets Home


Text Effects Collection Java Applets

Announcer

A.H. Scrolling Text

Message Slider

Headline Typer

Flying Letters

Headlines

TypeWriter

Wipe Right



Popular Applets Collection Java Applets

Horizontal Menu Scroll

Advanced Newsticker

Advanced News Scroll